Auto merge of #4485 - integer32llc:clarify-config, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 13 Sep 2017 02:48:27 +0000 (02:48 +0000)
committerbors <bors@rust-lang.org>
Wed, 13 Sep 2017 02:48:27 +0000 (02:48 +0000)
commit45d8fed996471155dc58bd310af91e17def50c88
treed21081801965c6970e7f8d997f86ed30c2055e74
parent36ddeff03a31f710095cfbe49287503bb60e294d
parent9b3685ff49496043c842244ccb1a9925ec38ae57
Auto merge of #4485 - integer32llc:clarify-config, r=alexcrichton

Clarify that .cargo/config files are unified

It wasn't immediately clear to me from the text on this page whether Cargo looks for these files and stops at the first one, or whether it looks for them all and puts them all together. I was pretty sure it was the latter, but I think these few more words would have made me feel more confident sooner :)